DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / Queryable Property

In This Topic
    Queryable Property (C1EntityFrameworkCoreCursorDataCollection<T>)
    In This Topic
    Gets the IQueryable underlying collection.
    Syntax
    'Declaration
     
    Protected Property Queryable As IQueryable(Of T)
    protected IQueryable<T> Queryable {get; set;}
    See Also